Browse Source

remove link

mitm001 5 năm trước cách đây
mục cha
commit
2f0c6d9fa8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      docs/modules/ROOT/pages/sdk/increasing_heap_memory.adoc

+ 3 - 3
docs/modules/ROOT/pages/sdk/increasing_heap_memory.adoc

@@ -1,6 +1,6 @@
 = Increasing Heap Memory in the jMonkeyEngine SDK
-:author: 
-:revnumber: 
+:author:
+:revnumber:
 :revdate: 2016/03/17 20:48
 :keywords: documentation, sdk, faq
 :relfileprefix: ../
@@ -8,7 +8,7 @@
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
-If you've been working on a large scene in the SDK, there is a good chance that you will need to increase the size of Java's heap space (which is quite small by default). link:http://www.javaworld.com/javaworld/jw-08-1996/jw-08-gc.html[What is heap space?]
+If you've been working on a large scene in the SDK, there is a good chance that you will need to increase the size of Java's heap space (which is quite small by default). 
 
 To increase the amount of heap space allocated to the SDK, we must navigate to the SDK's installation directory and edit the etc/jmonkeyplatform.conf file.