JoeyTribbiani 822 Опубликовано 5 марта, 2016 Добрый день ребята! В общем установил я в конце концов java которая мне нужна. Но теперь другая проблема при запуске сервера выдает ошибку,связанную с памятью. Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007ff49935e000, 262144, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 262144 bytes for committing reserved memory. # An error report file with more information is saved as: # gameserver/hs_err_pid3179.log # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 262144 bytes for committing reserved memory. # Possible reasons: # The system is out of physical RAM or swap space # In 32 bit mode, the process size limit was hit # Possible solutions: # Reduce memory load on the system # Increase physical memory or swap space # Check if swap backing store is full # Use 64 bit Java on a 64 bit OS # Decrease Java heap size (-Xmx/-Xms) # Decrease number of Java threads # Decrease Java thread stack sizes (-Xss) # Set larger code cache with -XX:ReservedCodeCacheSize= # This output file may be truncated or incomplete. # # Out of Memory Error (os_linux.cpp:2627), pid=3179, tid=140688582149888 # # JRE version: Java(TM) SE Runtime Environment (8.0_66-b17) (build 1.8.0_66-b17) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b17 mixed mode linux-amd64 compressed oops) # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # Какое значение указывать командой ulimit -c unlimited ? Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
sharp1QUE 144 Опубликовано 5 марта, 2016 А просто меньше памяти выделить пробовал ? Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
JoeyTribbiani 822 Опубликовано 5 марта, 2016 А просто меньше памяти выделить пробовал ? Нет,но проблема пока что сама по себе пропала,после добавления swap. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты