백엔드132 Linux 메모리 사용량 Linux 메모리 사용량리눅스의 메모리를 top 또는 htop 으로 확인하다 보면, 조금 이해가 되지 않는 부분이 발생한다. 분명히 톰캣을 사용할때 자바 JVM maximum heap size 를 설정하였다면, 그이상 메모리를 사용하는것은 불가능하다. (다른 애플리케이션은 없다고 가정하자) 예를 들어 힙사이즈가 1G 이면 리눅스의 top 으로 메모리를 확인하였을때 사용량이 1기가를 넘는 경우를 여러분이 경험한 적이 있었을것입니다. 리눅스에는 명목메모리(nominal memory) 와 실질 메모리(actual memory) 가 존재한다고 합니다. 리눅스는 남는 메모리를 버퍼와 캐시영역으로 잡아두게 됩니다. 위의 화면을 예를 들면 전체 용량은 : 32122932kb명목 메모리 사용량 : 22146308kb,.. 2019. 3. 11. Spring + Mybatis + Junit 단위 테스트 1. 준비 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 true commons-dbcp commons-dbcp 1.4 test mysql mysql-connector-java 5.1.35 test junit junit 4.11 test org.springframework spring-test ${spring.version} test org.jmock jmock 2.8.1 Colored by Color Scripter cs 2. 테스트용 context 설정파일 생성 - sqlSessionFactory 와 dataSource 연결 목적 3. 주의사항 - j.. 2017. 9. 6. 리눅스 서버 스펙 CPU : cat /proc/cpuinfo mem : cat /proc/meminfo 2015. 6. 23. Apache cache 참고 자료 : http://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html 1. HTTP header를 이용하여 브라우저쪽에 데이터를 저장하는 캐쉬 -mod_expires, mod_header, mod_deflate2. 데이터를 아파치가 있는 서버단에 저장하는 캐쉬 : mod_cache # ------------------------------------------------------------------------------ # # .htaccess # Curtousy of the Magento Support Center # http://magentosupport.help/what-are-expires-headers-and-h.. 2015. 6. 21. Squid Proxy Server Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL. http://www.squid-cache.org/ http://kvz.io/blog.. 2015. 6. 21. 이전 1 ··· 16 17 18 19 20 21 22 ··· 27 다음 728x90