Skip to content
Snippets Groups Projects
Commit 8a71161f authored by Marco Wettstein's avatar Marco Wettstein
Browse files

fix: less space=better?

parent 3fa3efe0
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ app-build:
- echo "current path is $(pwd)"
- yarn
- echo "building into $CI_PROJECT_DIR"
- TOOL_NODE_FLAGS="--max_old_space_size=4096 --min_semi_space_size=8 --max_semi_space_size=256" --optimize_for_size --gc-interval=100 meteor build $CI_PROJECT_DIR --architecture os.linux.x86_64 --allow-superuser --server-only --directory
- TOOL_NODE_FLAGS="--max_old_space_size=3072 --min_semi_space_size=8 --max_semi_space_size=256" --optimize_for_size meteor build $CI_PROJECT_DIR --architecture os.linux.x86_64 --allow-superuser --server-only --directory
artifacts:
paths:
- $CI_PROJECT_DIR/bundle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment