[ 
https://issues.apache.org/jira/browse/TS-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13619555#comment-13619555
 ] 

weijin commented on TS-1713:
----------------------------

virtual size_t estimated_heap_bytes_per_entry() const { return 
sizeof(HostDBInfo) * 2 + 512; }

sorry, I made a mistake.

if we config 120000 entries. then the hostdb has
120000 entries for level1, (120000 * 64)
15000 entries for level0, (15000 * 64)
and
estimated_heap_bytes_per_entry * (120000 + 15000) for heap

the total size is 64 * 120000 + 64 * 15000 + 640 * 135000 = 95040000 (90M)

so total storage 100M is enough.
                
> Querying SRV record doesn't work
> --------------------------------
>
>                 Key: TS-1713
>                 URL: https://issues.apache.org/jira/browse/TS-1713
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: DNS
>            Reporter: Li-Wen Hsu
>            Assignee: weijin
>             Fix For: 3.3.2
>
>         Attachments: support_srv.patch, ts-1713.diff
>
>
> For ATS > 3.0.x, when setting "CONFIG proxy.config.srv_enabled INT 1" in 
> records.config , ATS blocks and return nothing to client, even no 404.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to