한국 P&G가 OLAY를 런칭한다.
이벤트로 OLAY 에서 샘플을 주는가 보다.
20g 이면 적지 않은 사이즈,, 받아보자 그들의 주력 상품 OLAY 토탈 이펙트 ! 후훗

이벤트로 OLAY 에서 샘플을 주는가 보다.
20g 이면 적지 않은 사이즈,, 받아보자 그들의 주력 상품 OLAY 토탈 이펙트 ! 후훗

공유하기 버튼
|
|

|
|

|
|
근래 몹쓸 이클립스에 온갖 에러가 출현중이다.
첫번째 아이로, java.lang.OutOfMemoryError
.metadata/.log를 보니
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError: PermGen space)
해결방안으로는 PermGen space 를 조절해서 해결 할 수가 있단다.
:: PermGen is the permanent generation of objects in the VM (Class names, internalized strings, objects that will never get garbage-collected). An easy,
if somewhat memory-hungry fix is to enlarge the maximum space for these objects by adding
eclipse.ini파일을 열어
-vmargs -XX:MaxPermSize=128m
늘렸다 줄였다~ 적당하게 맞춰보자.
|
|
|
|
최근 덧글