Skip to content

Commit

Permalink
Merge pull request #315 from mateusz-hobgarski-red/pids_limit_inc
Browse files Browse the repository at this point in the history
HBBTV-67: Increased default pids limit
  • Loading branch information
goruklu committed Feb 8, 2024
2 parents 3545ab0 + 9abbb27 commit 39f5296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/source/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ void Settings::setDefaults()
mApparmorSettings.enabled = true;
mApparmorSettings.profileName = "dobby_default";
mPidsSettings.enabled = true;
mPidsSettings.limit = 128;
mPidsSettings.limit = 256;
#else
mWorkspaceDir = getPathFromEnv("AI_WORKSPACE_PATH", "/tmp/ai-workspace-fallback");
mPersistentDir = getPathFromEnv("AI_PERSISTENT_PATH", "/tmp/ai-flash-fallback");
Expand Down

0 comments on commit 39f5296

Please sign in to comment.