R.manifest.template 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:/usr/lib/R/bin/exec/R
  4. loader.execname = /usr/lib/R/bin/exec/R
  5. loader.env.LD_LIBRARY_PATH = /lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.env.PATH = /usr/lib/R/bin:/usr/bin:/bin
  7. loader.env.USERNAME =
  8. loader.env.HOME =
  9. loader.env.PWD =
  10. loader.env.R_ARCH =
  11. loader.env.R_HOME = /usr/lib/R
  12. loader.env.R_SHARE_DIR = /usr/share/R/share
  13. loader.env.R_INCLUDE_DIR = /usr/share/R/include
  14. loader.env.R_DOC_DIR = /usr/share/R/doc
  15. loader.debug_type = none
  16. fs.mount.root.type = chroot
  17. fs.mount.root.uri = file:
  18. fs.mount.other.lib1.type = chroot
  19. fs.mount.other.lib1.path = /lib
  20. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  21. fs.mount.other.lib2.type = chroot
  22. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  23. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  24. fs.mount.other.usr.type = chroot
  25. fs.mount.other.usr.path = /usr
  26. fs.mount.other.usr.uri = file:/usr
  27. fs.mount.other.bin.type = chroot
  28. fs.mount.other.bin.path = /bin
  29. fs.mount.other.bin.uri = file:/bin
  30. fs.mount.other.tmp.type = chroot
  31. fs.mount.other.tmp.path = /tmp
  32. fs.mount.other.tmp.uri = file:
  33. sys.stack.size = 256K
  34. sys.brk.size = 4M
  35. glibc.heap_size = 16M