hob
hob
DDeno
Created by hob on 3/15/2025 in #help
high memory usage using compiled binary in docker
I can try building on Linux x86 rather than MacOS arm. Will report back
15 replies
DDeno
Created by hob on 3/15/2025 in #help
high memory usage using compiled binary in docker
Maybe.. does this seem excessive? deno.json
"imports": {
"@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.0",
"@oak/oak": "jsr:@oak/oak@^17.1.3",
"@std/http": "jsr:@std/http@^1.0.10",
"vite": "npm:vite@^5.4.8"
},
"imports": {
"@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.0",
"@oak/oak": "jsr:@oak/oak@^17.1.3",
"@std/http": "jsr:@std/http@^1.0.10",
"vite": "npm:vite@^5.4.8"
},
package.json
"dependencies": {
"@analogjs/content": "^1.10.1",
"@analogjs/platform": "^1.10.1",
"@analogjs/router": "^1.10.1",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/platform-server": "^19.0.0",
"@angular/router": "^19.0.0",
"@semantic-release/git": "^10.0.1",
"@types/three": "^0.169.0",
"dot-prop": "^9.0.0",
"fdir": "^6.4.2",
"front-matter": "^4.0.2",
"joi": "^17.13.3",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"npm": "^10.9.1",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"semantic-release": "^24.1.2",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"three": "^0.169.0",
"three-mesh-bvh": "^0.8.2",
"tslib": "^2.3.0",
"vite": "^5.4.11",
"zone.js": "~0.15.0"
},
"dependencies": {
"@analogjs/content": "^1.10.1",
"@analogjs/platform": "^1.10.1",
"@analogjs/router": "^1.10.1",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/platform-server": "^19.0.0",
"@angular/router": "^19.0.0",
"@semantic-release/git": "^10.0.1",
"@types/three": "^0.169.0",
"dot-prop": "^9.0.0",
"fdir": "^6.4.2",
"front-matter": "^4.0.2",
"joi": "^17.13.3",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.1.0",
"marked-highlight": "^2.0.1",
"marked-mangle": "^1.1.7",
"npm": "^10.9.1",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"semantic-release": "^24.1.2",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"three": "^0.169.0",
"three-mesh-bvh": "^0.8.2",
"tslib": "^2.3.0",
"vite": "^5.4.11",
"zone.js": "~0.15.0"
},
15 replies
DDeno
Created by hob on 3/15/2025 in #help
high memory usage using compiled binary in docker
No description
15 replies
DDeno
Created by hob on 3/15/2025 in #help
high memory usage using compiled binary in docker
/dist is around 12.5MB. I don't actually need that at all in the runtime stage though. Does it still have access to this at runtime?
15 replies
DDeno
Created by hob on 3/15/2025 in #help
high memory usage using compiled binary in docker
Setting it below 800 causes a crash :/
15 replies
DDeno
Created by hob on 3/15/2025 in #help
high memory usage using compiled binary in docker
I’ve noticed that setting the memory limit around 800 drops it to around 500, which is still much higher than I’d like
15 replies