Develop Heo.
  • Home
  • About
  • JAVA
Subscribe

Troubleshooting

A collection of 2 posts
GitHub에 잘못 올린 파일 히스토리까지 완벽하게 삭제하는 방법
Troubleshooting

GitHub에 잘못 올린 파일 히스토리까지 완벽하게 삭제하는 방법

개발 과정에서 실수로 민감 정보가 포함된 파일을 GitHub에 업로드 한 상황에서 히스토리까지 완벽하게 정리하는 방법을 소개한다. 문제 상황: * AWS 키 정보가 담긴 파일을 실수로 GitHub에 업로드했다. * git rm --cached -r <파일 경로> 명령은 현재 커밋만 삭제하기 때문에 히스토리에는 정보가 남아있다. 해결 방법: git filter-branch 명령 활용 1. git filter-branch 명령
Mar 4, 2024 — 2 min read
[Troubleshooting] AWS EC2 스프링 부트 빌드시 용량 부족 문제 (Not enough space) 해결
Troubleshooting

[Troubleshooting] AWS EC2 스프링 부트 빌드시 용량 부족 문제 (Not enough space) 해결

문제 상황 EC2 인스턴스에서 스프링 부트 빌드 시 Not enough space 에러가 발생했다. OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00007fd60700a000, 262144, 0) failed; error='Not enough space' (errno=12) # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map
Apr 13, 2021 — 4 min read
Develop Heo. © 2025
Powered by Ghost