본문 바로가기

전체 글

(36)
unsupported OS version 현재 가지고있는 버전들 아이폰 버전 ios별 https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport
메모리 테스트 worker 8개로 시작 300번 기준 3번 43초, 43초, 1분48초 300번 기준 4번 5분21초, 5분18초, 5분16초, 5분14초 -> 다 502 bad gateway 300번 기준 4번 3분29초, 3분14초, 3분11초, 1분44초 ----버퍼 사이즈 늘림 300번 기준 4번 2분45초, 2분46초, 2분 32초, 2분47초 300번 기준 5번 4분9초, 4분12초, 4분14초, 4분17초, 4분19초 -> 다 502 bad gateway 한번 더 해볼려니까 4개째에서 400에러 뜸 한번 더 해볼려니까 5개 다 10~12분대로 504 타임아웃뜸 램이 문제네..램을 초과하네.. ----- 다시 4번 기준으로 3분19초, 1분40초, 3분14초, 1분33초 (cpu는 100%) 다시 4번 시도..
apt-get update 에서 changed its 'Suite' value from 'stable-updates' to 'oldstable-updates' 에러 E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable' E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates' 해..
android 배포 이슈 1. Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package [Package name] signatures do not match previously installed version -> 삽질 많이했는데 기존의 시뮬레이터가 메모리를 잡고있어서 그런거였다. 시뮬레이터 끄고 컴퓨터 껐다 키니까 됨ㅎㅎ 2. failed to read PNG signature: file does not start with PNG signature. -> 분명 png파일인데 왜 png가 아니라 하는지ㅜ ./android/app/build.gradle에서 android { buildTypes { release { crunchPngs false
ipad simulator에서 화면이 꽉 차게 나오지 않을 때 ipad에서 첫 테스트를 했다 시뮬레이터를 켜보니 이렇게 나왔다 ㅋㅋㅋㅋㅋ얼탱쓰 해결은 xcode에서 General -> Deployment Info -> iPad 체크박스 활성화하니 됐다
gunicorn worker & thread 설정(2) - 성능 테스트 ***** 이전 글인 2021.11.30 - [분류 전체보기] - gunicorn thread worker 설정 참고 ***** 인스턴스 사양이 낮아 부족한 리소스로 나눠쓰다보니 여러가지 에러가 섞인다. 인스턴스를 늘리고, gevent, worker, thread를 조절하며 테스트를 해야겠다. 테스트한 인스턴스 사양 테스트 내용 input data는 2888개로 통일 worker1, thread1로 실행이 잘 되는지 1) worker1, thread1로 실행 결과: request 처리 중 timeout 에러 발생 [2021-12-01 05:25:52 +0000] [11] [CRITICAL] WORKER TIMEOUT (pid:14) gunicorn의 timeout 설정을 너무 적은값으로 해놨었음 2) w..
gunicorn의 gevent란? 참고 : https://mingrammer.com/translation-asynchronous-python/
python warning api 돌리면 warning이 너무 많이 뜬다... W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory 2021-11-30 08:26:12.446826: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2021-11-3..