วันอังคาร, มิถุนายน 09, 2558

แก้ปัญหา SQLDeveloper ฟ้อง Low Memory Warning dialog

แก้ปัญหา sqldeveloper ฟ้อง Low Memory Warning

1.  เปิดไฟล์ {path ที่ติดตั้ง sqldeveloper}/sqldeveloper/bin/ide.conf

2.  มองหาข้อความเหล่านี้
...
# If you are getting the 'Low Memory Warning' Message Dialog while running
# JDeveloper, please increase the -Xmx value below from the default 800M to
# something greater, like 1024M or 1250M.  If after increasing the value,
# JDeveloper is no longer starting up because it fails to create a virtual
# machine, then please reduce the modified -Xmx value, or use a 64bit JDK
# which allows for very very large value for -Xmx.
#
AddVMOption  -Xmx800M
...

ลองแก้ไขจาก 800M เป็น 1024M (1 กิ๊ก)

AddVMOption  -Xmx1024M

3. Save แล้ว restart SQLDeveloper.

---
ปล. ใช้ SQLDeveloper บน Mac OSX สำหรับ window หรือ linux ก็น่าจะแก้ไขได้ด้วยเช่นกัน.

ไม่มีความคิดเห็น :