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
407
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
eff963de
Commit
eff963de
authored
12 minutes ago
by
Mark Harding
Browse files
Options
Download
(chore): increase to 512M -
#2545
parent
902e149b
master
No related merge requests found
Pipeline
#116808283
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 @
eff963de
...
...
@@ -8,7 +8,7 @@ COPY . /dist
RUN
npm
install
pm2
-g
CMD
pm2-runtime /dist/server \
--max-memory-restart
300
M \
--max-memory-restart
512
M \
--instances 2
VOLUME
["/dist"]
\ No newline at end of file
This diff is collapsed.
Please
register
or
sign in
to comment