Guest User

Untitled

a guest
Jun 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. jun 22 16:20:07 solr_start[1488]: *** [WARN] *** Your Max Processes Limit is currently 14972.
  2. jun 22 16:20:07 solr_start[1488]: It should be set to 65000 to avoid operational disruption.
  3. jun 22 16:20:07 solr_start[1488]: If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false in your profile or solr.in.sh
  4. jun 22 16:20:09 solr_start[1488]: Warning: Available entropy is low. As a result, use of the UUIDField, SSL, or any other features that require
  5. jun 22 16:20:09 solr_start[1488]: RNG might not work properly. To check for the amount of available entropy, use 'cat /proc/sys/kernel/random/entropy_avail'.
  6. jun 22 16:20:14 solr_start[1488]: [146B blob data]
  7. jun 22 16:20:14 solr_start[1488]: Started Solr server on port 8983 (pid=1579). Happy searching!
  8. jun 22 16:20:15 solr_stop[1680]: Sending stop command to Solr running on port 8983 ... waiting up to 180 seconds to allow Jetty process 1579 to stop gracefully.
  9.  
  10. [Unit]
  11. Description=Apache SOLR
  12. After=syslog.target network.target remote-fs.target nss-lookup.target systemd-journald-dev-log.socket
  13. Before=multi-user.target
  14. [Service]
  15. User=solr
  16. #PIDFile=/mnt/solrdata/solr-8983.pid
  17. Environment=SOLR_INCLUDE=/opt/solr/bin/solr.in.sh
  18. ExecStart=/opt/solr/bin/solr_start
  19. ExecStop=/opt/solr/bin/solr_stop
  20. #Restart=on-failure
  21. [Install]
  22. WantedBy=multi-user.target​
  23.  
  24. [solr@xxx ~]# ulimit -n
  25. unlimited
  26. [root@xxx ~]# ulimit -u
  27. unlimited
Add Comment
Please, Sign In to add comment