not in DA - it's must be added to my.cnf:
1. stop mysql from DA
2. add/modify all values
3. rename old log(s)
4. start mysql from DA
------
when I say logs - I mean
/var/lib/mysql/ib_logfile0
and
/var/lib/mysql/ib_logfile1
depend on your mysql version/os/configuration - there can be only one log, also it may have another name.
list your /var/lib/mysql/ and check files.
----
this log files must be renamed after mysql stopped, because if you change their size - and try to start mysql - it will not able to replace logs (old versions, new maybe can - I forot, better to rename them). If mysql normally start - you will see new logs with new size, then you can remove old logs.