浏览代码

remove link

mitm001 5 年之前
父节点
当前提交
2f0c6d9fa8
共有 1 个文件被更改,包括 3 次插入3 次删除
  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.