test ram utilization
This commit is contained in:
parent
353d03bfcc
commit
7ad67917fc
@ -1,10 +1,10 @@
|
||||
FROM gitea.pena/penadevops/container-images/node:main as build
|
||||
FROM gitea.pena/penadevops/container-images/node:v20.14.0 as build
|
||||
|
||||
WORKDIR /usr/app
|
||||
COPY . .
|
||||
|
||||
RUN npm install --force && yarn cache clean
|
||||
RUN npm run build
|
||||
RUN /usr/local/bin/psstat.sh "npm run build"
|
||||
|
||||
|
||||
FROM gitea.pena/penadevops/container-images/nginx:main as result
|
BIN
graph.png
Normal file
BIN
graph.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -51,7 +51,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "craco start",
|
||||
"build": "craco build",
|
||||
"build": "NODE_OPTIONS=\"--max-old-space-size=32\" craco build",
|
||||
"test": "craco test --env=node --transformIgnorePatterns \"node_modules/(?!@frontend)/\"",
|
||||
"test:cart": "craco test src/utils/calcCart --transformIgnorePatterns \"node_modules/(?!@frontend)/\"",
|
||||
"test:cypress": "start-server-and-test start http://localhost:3000 cypress",
|
||||
|
3
stats.log
Normal file
3
stats.log
Normal file
@ -0,0 +1,3 @@
|
||||
Timestamp,CPU(%),Memory(GB),Command
|
||||
2025-03-28 03:08:30, 0.0,.01,node /usr/bin/npm run build
|
||||
2025-03-28 03:08:31, 8.8,.06,npm run build
|
Loading…
Reference in New Issue
Block a user