Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我运行 eclipse(adt-bundle) 我得到这个错误:
!ENTRY org.eclipse.osgi 4 0 2013-05-07 12:29:12.500 !MESSAGE FrameworkEvent ERROR !STACK 0 java.lang.OutOfMemoryError: PermGen space
即使我更改了 RAM 大小,它也会显示此错误。 有什么办法可以克服这个问题吗?
允许 JVM 使用 -Xmx VM 参数使用更多内存。
例如,要允许JVM使用 1 GB (1024 MB) 内存:
java -Xmx1024m
我在 Javascript 中有以下字符串,需要删除<?xml ... ?>and<!DOCTYPE .... ]>标记。无法将其转换为 dom,因为 BR 标记错误为未关闭 - 并且无法编辑实际内容。
<?xml ... ?>
<!DOCTYPE .... ]>
<?xml version="1.0" encoding="UTF