Juno Eclipse chỉ tự cập nhật và bây giờ nó bị treo ngay sau khi khởi động. Chạy nó từ bàn điều khiển cho thấy các lỗi sau:
ian@vega ~/Applications/eclipse> ./eclipse
Exception in thread "Worker-1"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Worker-1"
Exception in thread "Worker-8"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Worker-8"
Exception in thread "State Saver"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "State Saver"
Exception in thread "Timer-0"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Timer-0"
Tôi đang chạy Eclipse trên OSX với phiên bản Java mới nhất:
ian@vega ~/Applications/eclipse> java -version
java version "1.7.0_08-ea"
Java(TM) SE Runtime Environment (build 1.7.0_08-ea-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.4-b01, mixed mode)
Tôi nghĩ có lẽ nó cần một đống lớn hơn nên tôi đã tạo tệp eclipse.ini sau và cung cấp cho nó tới 4 hợp đồng RAM (máy tính xách tay của tôi có 16 hợp đồng): https://gist.github.com/3804519
Tệp eclipse.ini dường như đã được chọn vì màn hình giật gân không còn hiển thị nữa, nhưng nó vẫn đóng băng.
Có ai có ý tưởng nào?