Re: Server Specification for freeradius
19 Oct
2015
19 Oct
'15
8:24 a.m.
So the only problem is how the MySQL Server can handle so many queries! Have you any suggestion or proposal about that ? Thanks
19 Oct
19 Oct
8:28 a.m.
New subject: Server Specification for freeradius
On 19/10/15 13:24, Haviaras Kostas wrote:
So the only problem is how the MySQL Server can handle so many queries! Have you any suggestion or proposal about that ? Thanks -
Definitely not a question for the FreeRADIUS mailing list. However, in general, make sure your tables are indexed on every column you use in the WHERE clause and make sure the server has at least twice as much RAM as the size of the dataset. Use InnoDB storage engine and set the innodb_buffer_pool_size variable to be about 80% of your total system memory. Use the mysqltuner tool to help you tweak settings. Jonathan
3915
Age (days ago)
3915
Last active (days ago)
1 comments
2 participants
participants (2)
-
Haviaras Kostas -
Jonathan Gazeley