Dhrystone Link error on HiFive1_revb in Freedom SDK

Hello,
I am able to compile and coremark and other programs in Freedom SDK and execute on HiFive1_revb board. But in case of Dhrystone I am facing link errors as follows

“/riscv64-unknown-elf/bin/ld: dhrystone section .bss' will not fit in region ram’”
" riscv64-unknown-elf/bin/ld: region `ram’ overflowed by 7744 bytes"

Can anyone help resolving this.

Thanks

Try to enlarge ram size in the metal.default.ld ?

MEMORY
{
itim (airwx) : ORIGIN = 0x8000000, LENGTH = 0x2000
ram (arw!xi) : ORIGIN = 0x80000000, LENGTH = 0x6000
rom (irx!wa) : ORIGIN = 0x20010000, LENGTH = 0x6a120
}