Facing below error - While install and running one of my own application.
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x000000008a660000, 1973026816, 0) failed; error='Not enough space' (errno=12)
KiB Mem :  3852964 total,   358468 free,  3011660 used,   482836 buff/cache
KiB Swap:        0 total,        0 free,        0 used.   515060 avail Mem 
Space allocation are as below My system is consuming space as below details
Filesystem      Size  Used Avail Use% Mounted on
udev            1.9G     0  1.9G   0% /dev
tmpfs           377M   42M  335M  12% /run
/dev/xvda1       97G   47G   51G  48% /
tmpfs           1.9G  188K  1.9G   1% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           1.9G     0  1.9G   0% /sys/fs/cgroup
/dev/loop1       18M   18M     0 100% /snap/amazon-ssm-agent/1566
/dev/loop2       92M   92M     0 100% /snap/core/8689
/dev/loop0       90M   90M     0 100% /snap/core/8268
/dev/loop3       18M   18M     0 100% /snap/amazon-ssm-agent/1480
tmpfs           377M     0  377M   0% /run/user/1001
tmpfs           377M   32K  377M   1% /run/user/119
tmpfs           377M     0  377M   0% /run/user/1000
Any help ?