Actions
Task #3132
closed
Increase RAM on access.d4science.org VM
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
System Application
Target version:
Start date:
Apr 04, 2016
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development
Description
I've found a
java.lang.OutOfMemoryError: Java heap space
on the gCore container that hosts the data-transfer service in dev environment.
Now we have 2 GB of RAM and a heap defined as follow:
-Xms1200M -Xmx2048M
is it possible to add 2 GB of RAM as done for other data-transfer instances deployed in production environment?
This vm will become a production VM
Updated by Andrea Dell'Amico about 9 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico about 9 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 80
Let me know when it can be restarted.
Updated by Roberto Cirillo about 9 years ago
If you are ready, you could restart the VM: now it's running in dev environment. After your restart, I'm going to increase the heap size and restart the container.
Updated by Roberto Cirillo about 9 years ago
- Target version changed from UnSprintable to improve access.d4science.org
Updated by Roberto Cirillo about 9 years ago
- Status changed from Feedback to Closed
- % Done changed from 80 to 100
The container has been restarted with the following heap configuration:
-Xms2048M -Xmx4000M
Actions