简体   繁体   English

为什么我的WSO2 EC2 Linux机器空间不足

[英]why my WSO2 EC2 linux box running out of space

I have hosted WSO2 API Manager and WSO2 Idenity server in AWS Ec2 instance. 我已经在AWS Ec2实例中托管了WSO2 API管理器和WSO2身份服务器。 Now its running out of memory. 现在它的内存不足。 I have cleared logs and tried ; 我已清除日志并尝试; but its still lacking space. 但它仍然缺乏空间。 I got solutions on how to increase the size.But I want to know if there is something which i am missing. 我有增加尺寸的解决方案。但是我想知道是否缺少某些东西。 May be is there some configuration or temp directories which i should be clearing? 可能有一些应清除的配置或临时目录?

My df command shows the below output and /dev/xvda1 is fully user 我的df命令显示以下输出,并且/ dev / xvda1是完全用户

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         16G   56K   16G   1% /dev
tmpfs            16G     0   16G   0% /dev/shm
/dev/xvda1      9.8G  9.7G     0 100% /

Are you running out of memory or out of disk space? 您是内存不足还是磁盘空间不足?

You have posted disk size, but mentions that it goes OOM. 您已经发布了磁盘大小,但是提到它变为OOM。

What is the amount of memory you have provided to JVM? 您提供给JVM的内存量是多少? Also, did you tune ulimit on the instance? 另外,您是否在实例上调整了ulimit?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM