Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
406
Merge Requests
65
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
a3bb24b4
Commit
a3bb24b4
authored
16 minutes ago
by
Mark Harding
Browse files
Options
Download
(chore): reduce max memory per process to 1GB
parent
cf9d6e6e
master
No related merge requests found
Pipeline
#116679194
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
containers/server/Dockerfile
View file @
a3bb24b4
...
...
@@ -8,7 +8,7 @@ COPY . /dist
RUN
npm
install
pm2
-g
CMD
pm2-runtime /dist/server \
--max-memory-restart 1
900M
\
--max-memory-restart 1
G
\
--instances 2
VOLUME
["/dist"]
\ No newline at end of file
This diff is collapsed.
Please
register
or
sign in
to comment