Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Mar 31, 2024
1 parent 0448181 commit eca3880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
export GOGC=off
export GOMEMLIMIT=512MiB
export GOMEMLIMIT=384MiB
export GODEBUG=gctrace=1
export GOMAXPROCS=12
#to support differen libc versions
Expand Down
2 changes: 1 addition & 1 deletion buildDocker.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
make full-build
docker build -t angular2guy/reactandgo:latest --build-arg APP_FILE=react-and-go --no-cache .
docker run -p 8080:8080 --memory="512m" --network="host" angular2guy/reactandgo:latest
docker run -p 8080:8080 --memory="384m" --network="host" angular2guy/reactandgo:latest

0 comments on commit eca3880

Please sign in to comment.