Skip to content

Commit

Permalink
Increase default num boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
wil93 committed Jan 18, 2016
1 parent 7ff58a6 commit 8b84b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Expand Up @@ -7,7 +7,7 @@
/* Range of UIDs and GIDs reserved for use by the sandboxes. */
#define CONFIG_ISOLATE_FIRST_UID 60000
#define CONFIG_ISOLATE_FIRST_GID 60000
#define CONFIG_ISOLATE_NUM_BOXES 100
#define CONFIG_ISOLATE_NUM_BOXES 1000

/* Root of the cgroup hierarchy. */
#define CONFIG_ISOLATE_CGROUP_ROOT "/sys/fs/cgroup"
Expand Down

0 comments on commit 8b84b17

Please sign in to comment.