Guest User

Untitled

a guest
Jan 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. opcache.enable=1
  2. opcache.file_cache=/var/lib/hugetlbfs/group/www-data/pagesize-2MB
  3. opcache.huge_code_pages=1
  4.  
  5. <H1>This is normal HTML</H1>
  6. But the <U>following table</U> is generated by PHP:
  7. <?php
  8. phpinfo();
  9. ?>
  10.  
  11. grep Huge /proc/meminfo
  12. AnonHugePages: 14336 kB
  13. ShmemHugePages: 0 kB
  14. HugePages_Total: 33
  15. HugePages_Free: 18
  16. HugePages_Rsvd: 18
  17. HugePages_Surp: 1
  18. Hugepagesize: 2048 kB
Add Comment
Please, Sign In to add comment