Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 888be79

Browse files
committed
Remove mysql from cgroup
1 parent dfc8fa2 commit 888be79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vagrant/provisioning/hypernode.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ fi
3030
# Update magerun to the latest version
3131
/usr/local/bin/n98-magerun -q self-update || true
3232
/usr/local/bin/n98-magerun2 -q self-update || true
33+
34+
# Remove mysql user from cgroup limitation, as hardcoded ones during deployment of hypernode box swap all stuff out
35+
tee /etc/cgrules.conf <<"CONFIG"
36+
app memory limited
37+
solr memory limited
38+
CONFIG

0 commit comments

Comments
 (0)