Background Image

FORUM

조회 수 525 추천 수 0 댓글 2
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.
OS
Linux 64bit 
CUBRID Ver.
CUBRID 9.3 (9.3.6.0016) (64bit release build for linux_gnu) (Jul 12 2017 10:34:19)
CUBRID TOOL Ver.

응용 환경(API


* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.
에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------





x86 리눅스 서버에 큐브리드를  사용하려고 설정 중입니다.



제온 16core   메모리 96GB  서버입니다.


아래는 cubrid.conf 설정인데  메모리 96GB 맞춰서 설정이 올바른지 질문 드립니다.


[@master_db]가 주 DB입니다.








[service]


# The list of processes to be started automatically by 'cubrid service start' command

# Any combinations are available with server, broker, manager and heartbeat.

service=server,broker,manager


# The list of database servers in all by 'cubrid service start' command.

# This property is effective only when the above 'service' property contains 'server' keyword.

server=



# Common section - properties for all databases

# This section will be applied before other database specific sections.



[common]


# Read the manual for detailed description of system parameters

# Manual > Performance Tuning > Database Server Configuration > Default Parameters


# Size of data buffer are using K, M, G, T unit

data_buffer_size=1G


# Size of log buffer are using K, M, G, T unit

log_buffer_size=4M


# Size of sort buffer are using K, M, G, T unit

# The sort buffer should be allocated per thread.

# So, the max size of the sort buffer is sort_buffer_size * max_clients.


sort_buffer_size=2M


# The maximum number of concurrent client connections the server will accept.

# This value also means the total # of concurrent transactions.

max_clients=100


# TCP port id for the CUBRID programs (used by all clients).

cubrid_port_id=1523


# The createdb and addvoldb create a volume file of 'db_volume_size' size

# if don't have any options about size.

db_volume_size=512M


# The createdb creates a log volume file of 'log_volume_size' size

# if don't have any options about size.

log_volume_size=512M


# The log_max_archives parameter configures the maximum number of archive log files kept.

# To completely recover the database from the media failures with a backup,

# the archive log volumes that was archived from the backup must be kept.

# Tune this parameter with the enough number of archive logs to cope with a media failure.

#

# log_max_archives=2147483647

log_max_archives=0 

lock_timeout=10s

isolation_level=1

temp_file_memory_size_in_pages=20

lock_escalation=2100000000



[@master_db]

data_buffer_size=1G

max_clients=100

sp_jvm_size=512M

java_stored_procedure=yes

log_max_archives=10


[@mastercommon_db]

data_buffer_size=512M

max_clients=50

log_max_archives=10



[@html_db]

data_buffer_size=512M

max_clients=50

log_max_archives=10



[@masterap_db]

data_buffer_size=512M

max_clients=50

log_max_archives=10



  • ?
    권호일 2019.11.12 19:25
    올려주신 정보만으로 설정이 올바른지 판단 할 수가 없습니다.
    각각의 DB의 사용 비율, connection 개수 및 시스템의 특징 등이 필요합니다.
  • ?
    지옥성녀은비 2019.11.14 13:25
    [@master_db] 이게 주 DB입니다
    이 설정이 최대 메모리를 얼마나 사용 하는지 알수가 있을까요?
    WAS 서버는 3대입니다.

  1. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4285
    read more
  2. Spring Boot 2+ JDBC DB Connection pool 오류

    Date2019.11.05 Bydaniel Views2668
    Read More
  3. 큐브리드에 있는 sql데이터를 다른사이트에 표출하는방법

    Date2019.11.05 By꼴통개발자 Views177
    Read More
  4. cubrid.conf 설정 질문 드립니다.

    Date2019.11.12 By지옥성녀은비 Views525
    Read More
  5. MSSQL -> CUBRID MIGRATION

    Date2019.11.15 By현수 Views213
    Read More
  6. elastic logstash에서 JDBC로 CUBRID를 연결하는데 계속해서 실패합니다

    Date2019.11.18 By제냐 Views1057
    Read More
  7. Spring boot 2.1.9, Spring Data Jpa 연동이 가능한지 문의드립니다.

    Date2019.11.28 By금룔 Views1557
    Read More
  8. 컬럼 코멘트 입력

    Date2019.12.09 By그리피 Views2543
    Read More
  9. DB 계정 리스트 생성 시 계정 생성일이나 변경일을 알 수 없나요?

    Date2019.12.09 By시나브로72 Views284
    Read More
  10. busy 쿼리 자동 종료 문의

    Date2019.12.11 By우동 Views217
    Read More
  11. query_editor._sql.log 관련 문의 드립니다.

    Date2019.12.12 Byldev27 Views133
    Read More
  12. HA환경 JDBC URL 관련하여 질문드립니다.

    Date2019.12.19 Bycubridtest Views1136
    Read More
  13. 큐브리드 10.2 버전이 설치가 되지 않습니다.

    Date2019.12.24 By종이 Views213
    Read More
  14. 대량 데이터 INSERT

    Date2019.12.24 By그리피 Views1135
    Read More
  15. CUBRID ODBC 오류 문의드립니다

    Date2019.12.26 ByKim Views655
    Read More
  16. 큐브리드 HA 구성 후 재기동 절차 관련 질문입니다

    Date2019.12.27 By강성현 Views322
    Read More
  17. 테스트 서버와 운영서버에 COUNT(*) 쿼리 실행 속도 차이 문의

    Date2019.12.29 By종이 Views373
    Read More
  18. CUBRID-JDBC-9.3.2.0016 드라이버 관련 os 호환이 되는지 문의드려요

    Date2019.12.30 Bydkkdkdkdkdk Views170
    Read More
  19. CUBRID 10.1.3 COMMENT 추가 방법 문의

    Date2020.01.06 By박종원 Views1157
    Read More
  20. 큐브리드 버전 문의입니다.

    Date2020.01.07 By행복한이니 Views288
    Read More
  21. Cannot communicate with the broker or received invalid packet 오류 문의 드립니다

    Date2020.01.09 ByKim Views1158
    Read More
Board Pagination Prev 1 ... 149 150 151 152 153 154 155 156 157 158 ... 199 Next
/ 199

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales