Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <tc-config xmlns="http://www.terracotta.org/config"
  3. xmlns:ohr="http://www.terracotta.org/config/offheap-resource"
  4. xmlns:data="http://www.terracottatech.com/config/data-roots"
  5. xmlns:persistence="http://www.terracottatech.com/config/platform-persistence">
  6.  
  7. <plugins>
  8. <config>
  9. <ohr:offheap-resources>
  10. <ohr:resource name="default-resource" unit="MB">512</ohr:resource>
  11. </ohr:offheap-resources>
  12. </config>
  13. </plugins>
  14.  
  15. <servers>
  16. <server host="localhost" name="clustered">
  17. <tsa-port>9410</tsa-port>
  18. <logs>terracotta/server-logs</logs>
  19. </server>
  20. </servers>
  21. </tc-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement