MASCOT UPDATE
Package Release Number
This commit is contained in:
parent
05a1723805
commit
013dfbeeae
9 changed files with 38 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="${1:-v1.1.000}"
|
||||
VERSION="${1:-v1.2.000}"
|
||||
RELEASE_DIR="./releases"
|
||||
BINARIES_DIR="./binaries"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,6 @@ echo "Cleaning up old images..."
|
|||
podman image prune --force
|
||||
|
||||
echo "Update and cleanup complete!"
|
||||
echo "Container is running with memory limit: 512MB, swap: 512MB"
|
||||
echo "Container is running with memory limit: 512MB"
|
||||
echo "Go memory limit (GOMEMLIMIT): 512MiB"
|
||||
echo "Aggressive GC enabled (GOGC=50)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue