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

Commit d61b6ca

Browse files
committed
Merge branch 'release/1.0.4'
2 parents 400ee40 + cc198ae commit d61b6ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vagrant/provisioning/hypernode.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ 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+
solr memory limited
37+
CONFIG

0 commit comments

Comments
 (0)